home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 September / Enter 09 2006.iso / Internet / SpamExperts Home 1.1 / SpamExperts Home.exe / lib / spamexperts.modules / Crypto / __init__.pyc (.txt)
Encoding:
Python Compiled Bytecode  |  2006-07-14  |  1.1 KB  |  29 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. '''Python Cryptography Toolkit
  5.  
  6. A collection of cryptographic modules implementing various algorithms
  7. and protocols.
  8.  
  9. Subpackages:
  10. Crypto.Cipher             Secret-key encryption algorithms (AES, DES, ARC4)
  11. Crypto.Hash               Hashing algorithms (MD5, SHA, HMAC)
  12. Crypto.Protocol           Cryptographic protocols (Chaffing, all-or-nothing
  13.                           transform).   This package does not contain any
  14.                           network protocols.
  15. Crypto.PublicKey          Public-key encryption and signature algorithms
  16.                           (RSA, DSA)
  17. Crypto.Util               Various useful modules and functions (long-to-string
  18.                           conversion, random number generation, number
  19.                           theoretic functions)
  20. '''
  21. __all__ = [
  22.     'Cipher',
  23.     'Hash',
  24.     'Protocol',
  25.     'PublicKey',
  26.     'Util']
  27. __version__ = '2.0.1'
  28. __revision__ = '$Id: __init__.py,v 1.12 2005/06/14 01:20:22 akuchling Exp $'
  29.